home *** CD-ROM | disk | FTP | other *** search
/ Flash 4 Web Animation FX & Design / Flash 4 - Web Animation - FX & Design.iso / mac / PlugAndPlay / String / StringFunc.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(release).as
Text File  |  1999-10-20  |  111b  |  6 lines

  1. on(release){
  2.    set("/String:Char",Single);
  3.    call("/String:Upper");
  4.    Single = eval("/String:Char");
  5. }
  6.